dotnetCHARTING Send comments on this topic.
Add(AxisMarker[]) Method
See Also 
dotnetCHARTING Namespace > AxisMarkerCollection Class > Add Method : Add(AxisMarker[]) Method


axisMarkerList
A list of AxisMarker objects to add.
Adds the specified AxisMarker objects to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal ParamArray axisMarkerList() As AxisMarker _
) 
Visual Basic (Usage)Copy Code
Dim instance As AxisMarkerCollection
Dim axisMarkerList() As AxisMarker
 
instance.Add(axisMarkerList)
C# 
public void Add( 
   params AxisMarker[] axisMarkerList
)

Parameters

axisMarkerList
A list of AxisMarker objects to add.

See Also

© 2010 All Rights Reserved.